2025-06-08 17:19:09,141 [ 88288 ] INFO : ClickHouse root is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse (runner:42, check_args_and_update_paths) 2025-06-08 17:19:09,141 [ 88288 ] INFO : Cases dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:86, check_args_and_update_paths) 2025-06-08 17:19:09,141 [ 88288 ] INFO : utils dir is not set. Will use /home/ubuntu/_work/ClickHouse/ClickHouse/utils (runner:97, check_args_and_update_paths) 2025-06-08 17:19:09,141 [ 88288 ] INFO : base_configs_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/programs/server, binary: /home/ubuntu/_work/_temp/test/build/clickhouse, cases_dir: /home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration (runner:99, check_args_and_update_paths) clickhouse_integration_tests_volume Running pytest container as: 'docker run --rm --name clickhouse_integration_tests_qplye0 --privileged --dns-search='.' --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-odbc-bridge:/clickhouse-odbc-bridge --volume=/home/ubuntu/_work/_temp/test/build/clickhouse:/clickhouse --volume=/home/ubuntu/_work/_temp/test/build/clickhouse-library-bridge:/clickhouse-library-bridge --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/programs/server:/clickhouse-config --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/tests/integration:/ClickHouse/tests/integration --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/backupview:/ClickHouse/utils/backupview --volume=/home/ubuntu/_work/ClickHouse/ClickHouse/utils/grpc-client/pb2:/ClickHouse/utils/grpc-client/pb2 --volume=/run:/run/host:ro --volume=clickhouse_integration_tests_volume:/var/lib/docker -e DOCKER_DOTNET_CLIENT_TAG=11de0b29a15d -e DOCKER_HELPER_TAG=2cffe1eae894 -e DOCKER_BASE_TAG=2993bc2bf171 -e DOCKER_KERBERIZED_HADOOP_TAG=ce74919e88f5 -e DOCKER_KERBEROS_KDC_TAG=9391ecdee8d7 -e DOCKER_MYSQL_GOLANG_CLIENT_TAG=9bec2a638e6e -e DOCKER_MYSQL_JAVA_CLIENT_TAG=766bff31cfe4 -e DOCKER_MYSQL_JS_CLIENT_TAG=41ba7c2ec2a1 -e DOCKER_MYSQL_PHP_CLIENT_TAG=88be89c1e3b6 -e DOCKER_NGINX_DAV_TAG=b55ac9cd7519 -e DOCKER_POSTGRESQL_JAVA_CLIENT_TAG=a4eff5c7f4d6 -e DOCKER_PYTHON_BOTTLE_TAG=a2d3dc777d0c -e DOCKER_CLIENT_TIMEOUT=300 -e COMPOSE_HTTP_TIMEOUT=600 -e PYTHONUNBUFFERED=1 -e PYTEST_ADDOPTS="--dist=loadfile -n 10 -rfEps --run-id=0 --color=no --durations=0 test_allowed_client_hosts/test.py::test_allowed_host test_allowed_client_hosts/test.py::test_denied_host test_async_load_databases/test.py::test_dependent_tables test_async_load_databases/test.py::test_dict_get_data test_async_load_databases/test.py::test_multiple_tables 'test_attach_backup_from_s3_plain/test.py::test_attach_part[compact0]' 'test_attach_backup_from_s3_plain/test.py::test_attach_part[compact1]' 'test_attach_backup_from_s3_plain/test.py::test_attach_part[wide0]' 'test_attach_backup_from_s3_plain/test.py::test_attach_part[wide1]' test_attach_table_from_s3_plain_readonly/test.py::test_attach_table_from_s3_plain_readonly test_attach_table_normalizer/test.py::test_attach_substr test_attach_table_normalizer/test.py::test_attach_substr_restart test_authentication/test.py::test_authentication_fail test_authentication/test.py::test_authentication_pass test_backup_restore_new/test_shutdown_wait_backup.py::test_shutdown_wait_backup 'test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-False]' 'test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-True]' 'test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[native-True]' test_backup_restore_on_cluster/test.py::test_backup_restore_on_single_replica test_backup_restore_on_cluster/test.py::test_different_tables_on_nodes test_backup_restore_on_cluster/test.py::test_empty_replicated_table test_backup_restore_on_cluster/test.py::test_file_deduplication test_backup_restore_on_cluster/test.py::test_get_error_from_other_host test_backup_restore_on_cluster/test.py::test_keeper_value_max_size test_backup_restore_on_cluster/test.py::test_mutation test_backup_restore_on_cluster/test.py::test_projection test_backup_restore_on_cluster/test.py::test_replicated_database test_backup_restore_on_cluster/test.py::test_replicated_database_async test_backup_restore_on_cluster/test.py::test_replicated_database_compare_parts test_backup_restore_on_cluster/test.py::test_replicated_table test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_bigger_cluster test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_smaller_cluster test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_def test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_insert test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_merge test_backup_restore_on_cluster/test.py::test_replicated_table_with_uuid_in_zkpath test_backup_restore_on_cluster/test.py::test_required_privileges 'test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[False]' 'test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[True]' test_backup_restore_on_cluster/test.py::test_system_functions test_backup_restore_on_cluster/test.py::test_system_users test_backup_restore_on_cluster/test.py::test_table_in_replicated_database_with_not_synced_def test_backup_restore_on_cluster/test.py::test_table_with_parts_in_queue_considered_non_empty test_backup_restore_on_cluster/test.py::test_tables_dependency test_backward_compatibility/test_cte_distributed.py::test_cte_distributed test_backward_compatibility/test_insert_profile_events.py::test_new_client_compatible test_backward_compatibility/test_insert_profile_events.py::test_old_client_compatible test_backward_compatibility/test_normalized_count_comparison.py::test_select_aggregate_alias_column test_backward_compatibility/test_vertical_merges_from_compact_parts.py::test_vertical_merges_from_compact_parts test_block_structure_mismatch/test.py::test test_broken_projections/test.py::test_broken_ignored test_broken_projections/test.py::test_broken_ignored_replicated test_broken_projections/test.py::test_broken_projections_in_backups_1 test_broken_projections/test.py::test_broken_projections_in_backups_2 test_broken_projections/test.py::test_broken_projections_in_backups_3 test_broken_projections/test.py::test_materialize_broken_projection test_buffer_profile/test.py::test_buffer_profile test_buffer_profile/test.py::test_default_profile test_cgroup_limit/test.py::test_cgroup_cpu_limit 'test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node]' 'test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries]' test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries test_checking_s3_blobs_paranoid/test.py::test_upload_after_check_works 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[br]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[bz2]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[deflate]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[gzip]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[lz4]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[none]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[xz]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[zstd]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[br]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[bz2]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[deflate]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[gzip]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[lz4]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[none]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[xz]' 'test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[zstd]' test_checking_s3_blobs_paranoid/test.py::test_when_s3_broken_pipe_at_upload_is_retried test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_refused_is_retried 'test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[False]' 'test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[True]' 'test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[False]' 'test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[True]' test_cleanup_after_start/test.py::test_old_dirs_cleanup test_concurrent_queries_restriction_by_query_kind/test.py::test_insert test_concurrent_queries_restriction_by_query_kind/test.py::test_select test_config_hide_in_preprocessed/test.py::test_hide_in_preprocessed test_config_xml_main/test.py::test_xml_main_conf test_covered_by_broken_exists/test.py::test_make_clone_covered_by_broken_detached_dir_exists test_default_database_on_cluster/test.py::test_default_database_on_cluster test_default_role/test.py::test_alter_user test_default_role/test.py::test_set_default_roles test_default_role/test.py::test_wrong_set_default_role test_detached_parts_metrics/test.py::test_numbers_of_detached_parts 'test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_cache]' 'test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_direct]' 'test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_hashed]' 'test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_ranged[range_hashed]' -vvv" altinityinfra/integration-tests-runner:9d492c2eec24 '. Start tests ============================= test session starts ============================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /ClickHouse/tests/integration configfile: pytest.ini plugins: order-1.0.1, random-0.2, timeout-2.2.0, repeat-0.9.3, reportlog-0.4.0, xdist-3.5.0 timeout: 900.0s timeout method: signal timeout func_only: False created: 10/10 workers 10 workers [100 items] scheduling tests via LoadFileScheduling test_async_load_databases/test.py::test_dependent_tables test_default_role/test.py::test_alter_user test_attach_backup_from_s3_plain/test.py::test_attach_part[compact0] test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node] test_broken_projections/test.py::test_broken_ignored test_allowed_client_hosts/test.py::test_allowed_host test_attach_table_normalizer/test.py::test_attach_substr test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_cache] test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-False] test_authentication/test.py::test_authentication_fail [gw9] [ 1%] PASSED test_authentication/test.py::test_authentication_fail test_authentication/test.py::test_authentication_pass [gw9] [ 2%] PASSED test_authentication/test.py::test_authentication_pass [gw8] [ 3%] PASSED test_attach_table_normalizer/test.py::test_attach_substr test_attach_table_normalizer/test.py::test_attach_substr_restart [gw6] [ 4%] PASSED test_default_role/test.py::test_alter_user test_default_role/test.py::test_set_default_roles [gw6] [ 5%] PASSED test_default_role/test.py::test_set_default_roles test_default_role/test.py::test_wrong_set_default_role [gw8] [ 6%] PASSED test_attach_table_normalizer/test.py::test_attach_substr_restart [gw6] [ 7%] PASSED test_default_role/test.py::test_wrong_set_default_role [gw2] [ 8%] PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[compact0] test_attach_backup_from_s3_plain/test.py::test_attach_part[compact1] test_concurrent_queries_restriction_by_query_kind/test.py::test_insert [gw2] [ 9%] PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[compact1] test_attach_backup_from_s3_plain/test.py::test_attach_part[wide0] [gw2] [ 10%] PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[wide0] test_attach_backup_from_s3_plain/test.py::test_attach_part[wide1] [gw2] [ 11%] PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[wide1] test_buffer_profile/test.py::test_buffer_profile test_attach_table_from_s3_plain_readonly/test.py::test_attach_table_from_s3_plain_readonly [gw7] [ 12%] PASSED test_allowed_client_hosts/test.py::test_allowed_host test_allowed_client_hosts/test.py::test_denied_host [gw7] [ 13%] PASSED test_allowed_client_hosts/test.py::test_denied_host [gw8] [ 14%] PASSED test_buffer_profile/test.py::test_buffer_profile test_buffer_profile/test.py::test_default_profile [gw8] [ 15%] PASSED test_buffer_profile/test.py::test_default_profile test_backward_compatibility/test_insert_profile_events.py::test_new_client_compatible test_block_structure_mismatch/test.py::test [gw5] [ 16%] PASSED test_async_load_databases/test.py::test_dependent_tables test_async_load_databases/test.py::test_dict_get_data [gw3] [ 17%] PASSED test_broken_projections/test.py::test_broken_ignored test_broken_projections/test.py::test_broken_ignored_replicated [gw0] [ 18%] PASSED test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-False] [gw4] [ 19%] PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_cache] test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_direct] test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-True] [gw0] [ 20%] PASSED test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-True] [gw3] [ 21%] PASSED test_broken_projections/test.py::test_broken_ignored_replicated test_broken_projections/test.py::test_broken_projections_in_backups_1 test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[native-True] [gw8] [ 22%] PASSED test_block_structure_mismatch/test.py::test [gw9] [ 23%] PASSED test_concurrent_queries_restriction_by_query_kind/test.py::test_insert test_concurrent_queries_restriction_by_query_kind/test.py::test_select [gw1] [ 24%] PASSED test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node] test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries] [gw0] [ 25%] PASSED test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[native-True] test_backup_restore_on_cluster/test.py::test_backup_restore_on_single_replica [gw3] [ 26%] PASSED test_broken_projections/test.py::test_broken_projections_in_backups_1 test_broken_projections/test.py::test_broken_projections_in_backups_2 [gw0] [ 27%] PASSED test_backup_restore_on_cluster/test.py::test_backup_restore_on_single_replica test_backup_restore_on_cluster/test.py::test_different_tables_on_nodes [gw0] [ 28%] PASSED test_backup_restore_on_cluster/test.py::test_different_tables_on_nodes test_backup_restore_on_cluster/test.py::test_empty_replicated_table test_cleanup_after_start/test.py::test_old_dirs_cleanup [gw3] [ 29%] PASSED test_broken_projections/test.py::test_broken_projections_in_backups_2 test_broken_projections/test.py::test_broken_projections_in_backups_3 [gw0] [ 30%] PASSED test_backup_restore_on_cluster/test.py::test_empty_replicated_table test_backup_restore_on_cluster/test.py::test_file_deduplication test_backward_compatibility/test_normalized_count_comparison.py::test_select_aggregate_alias_column [gw7] [ 31%] PASSED test_backward_compatibility/test_insert_profile_events.py::test_new_client_compatible test_backward_compatibility/test_insert_profile_events.py::test_old_client_compatible [gw7] [ 32%] PASSED test_backward_compatibility/test_insert_profile_events.py::test_old_client_compatible [gw4] [ 33%] PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_direct] test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_hashed] [gw3] [ 34%] PASSED test_broken_projections/test.py::test_broken_projections_in_backups_3 test_broken_projections/test.py::test_materialize_broken_projection [gw0] [ 35%] PASSED test_backup_restore_on_cluster/test.py::test_file_deduplication [gw1] [ 36%] PASSED test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries] test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries test_backup_restore_on_cluster/test.py::test_get_error_from_other_host [gw0] [ 37%] PASSED test_backup_restore_on_cluster/test.py::test_get_error_from_other_host test_backup_restore_on_cluster/test.py::test_keeper_value_max_size [gw1] [ 38%] PASSED test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries test_checking_s3_blobs_paranoid/test.py::test_upload_after_check_works [gw3] [ 39%] PASSED test_broken_projections/test.py::test_materialize_broken_projection test_config_hide_in_preprocessed/test.py::test_hide_in_preprocessed [gw1] [ 40%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_after_check_works test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[br] [gw1] [ 41%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[br] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[bz2] [gw0] [ 42%] PASSED test_backup_restore_on_cluster/test.py::test_keeper_value_max_size [gw1] [ 43%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[bz2] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[deflate] test_backup_restore_on_cluster/test.py::test_mutation [gw1] [ 44%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[deflate] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[gzip] [gw1] [ 45%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[gzip] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[lz4] [gw1] [ 46%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[lz4] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[none] [gw1] [ 47%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[none] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[xz] [gw1] [ 48%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[xz] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[zstd] [gw6] [ 49%] PASSED test_attach_table_from_s3_plain_readonly/test.py::test_attach_table_from_s3_plain_readonly [gw0] [ 50%] PASSED test_backup_restore_on_cluster/test.py::test_mutation [gw1] [ 51%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[zstd] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[br] test_backup_restore_on_cluster/test.py::test_projection [gw9] [ 52%] PASSED test_concurrent_queries_restriction_by_query_kind/test.py::test_select [gw5] [ 53%] PASSED test_async_load_databases/test.py::test_dict_get_data test_async_load_databases/test.py::test_multiple_tables [gw8] [ 54%] PASSED test_cleanup_after_start/test.py::test_old_dirs_cleanup [gw1] [ 55%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[br] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[bz2] [gw0] [ 56%] PASSED test_backup_restore_on_cluster/test.py::test_projection [gw7] [ 57%] PASSED test_config_hide_in_preprocessed/test.py::test_hide_in_preprocessed [gw2] [ 58%] PASSED test_backward_compatibility/test_normalized_count_comparison.py::test_select_aggregate_alias_column test_backup_restore_on_cluster/test.py::test_replicated_database [gw1] [ 59%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[bz2] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[deflate] test_backward_compatibility/test_cte_distributed.py::test_cte_distributed test_config_xml_main/test.py::test_xml_main_conf [gw1] [ 60%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[deflate] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[gzip] [gw4] [ 61%] PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_hashed] test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_ranged[range_hashed] [gw0] [ 62%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_database test_backup_restore_on_cluster/test.py::test_replicated_database_async test_backward_compatibility/test_vertical_merges_from_compact_parts.py::test_vertical_merges_from_compact_parts [gw1] [ 63%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[gzip] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[lz4] [gw5] [ 64%] PASSED test_async_load_databases/test.py::test_multiple_tables [gw1] [ 65%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[lz4] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[none] test_covered_by_broken_exists/test.py::test_make_clone_covered_by_broken_detached_dir_exists [gw0] [ 66%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_database_async [gw1] [ 67%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[none] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[xz] [gw4] [ 68%] PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_ranged[range_hashed] test_backup_restore_on_cluster/test.py::test_replicated_database_compare_parts [gw1] [ 69%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[xz] test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[zstd] [gw0] [ 70%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_database_compare_parts test_backup_restore_on_cluster/test.py::test_replicated_table [gw1] [ 71%] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[zstd] test_checking_s3_blobs_paranoid/test.py::test_when_s3_broken_pipe_at_upload_is_retried [gw0] [ 72%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_bigger_cluster [gw1] [ 73%] PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_broken_pipe_at_upload_is_retried test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_refused_is_retried [gw9] [ 74%] PASSED test_backward_compatibility/test_cte_distributed.py::test_cte_distributed [gw0] [ 75%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_bigger_cluster test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_smaller_cluster [gw0] [ 76%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_smaller_cluster test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_def test_backup_restore_new/test_shutdown_wait_backup.py::test_shutdown_wait_backup test_default_database_on_cluster/test.py::test_default_database_on_cluster [gw8] [ 77%] PASSED test_config_xml_main/test.py::test_xml_main_conf test_detached_parts_metrics/test.py::test_numbers_of_detached_parts [gw1] [ 78%] PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_refused_is_retried test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[False] [gw0] [ 79%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_def test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_insert [gw5] [ 80%] PASSED test_covered_by_broken_exists/test.py::test_make_clone_covered_by_broken_detached_dir_exists [gw0] [ 81%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_insert test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_merge [gw0] [ 82%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_merge test_backup_restore_on_cluster/test.py::test_replicated_table_with_uuid_in_zkpath [gw0] [ 83%] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_uuid_in_zkpath test_backup_restore_on_cluster/test.py::test_required_privileges [gw1] [ 84%] PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[False] test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[True] [gw0] [ 85%] PASSED test_backup_restore_on_cluster/test.py::test_required_privileges test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[False] [gw2] [ 86%] PASSED test_backward_compatibility/test_vertical_merges_from_compact_parts.py::test_vertical_merges_from_compact_parts [gw8] [ 87%] PASSED test_detached_parts_metrics/test.py::test_numbers_of_detached_parts [gw1] [ 88%] PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[True] test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[False] [gw0] [ 89%] PASSED test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[False] test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[True] [gw9] [ 90%] PASSED test_default_database_on_cluster/test.py::test_default_database_on_cluster [gw0] [ 91%] PASSED test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[True] test_backup_restore_on_cluster/test.py::test_system_functions [gw0] [ 92%] PASSED test_backup_restore_on_cluster/test.py::test_system_functions test_backup_restore_on_cluster/test.py::test_system_users [gw0] [ 93%] PASSED test_backup_restore_on_cluster/test.py::test_system_users test_backup_restore_on_cluster/test.py::test_table_in_replicated_database_with_not_synced_def [gw1] [ 94%] PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[False] test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[True] [gw0] [ 95%] PASSED test_backup_restore_on_cluster/test.py::test_table_in_replicated_database_with_not_synced_def test_backup_restore_on_cluster/test.py::test_table_with_parts_in_queue_considered_non_empty [gw0] [ 96%] PASSED test_backup_restore_on_cluster/test.py::test_table_with_parts_in_queue_considered_non_empty test_backup_restore_on_cluster/test.py::test_tables_dependency [gw0] [ 97%] PASSED test_backup_restore_on_cluster/test.py::test_tables_dependency [gw6] [ 98%] PASSED test_backup_restore_new/test_shutdown_wait_backup.py::test_shutdown_wait_backup [gw1] [ 99%] PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[True] test_cgroup_limit/test.py::test_cgroup_cpu_limit [gw6] [100%] PASSED test_cgroup_limit/test.py::test_cgroup_cpu_limit ============================== slowest durations =============================== 34.24s call test_backup_restore_new/test_shutdown_wait_backup.py::test_shutdown_wait_backup 31.13s setup test_attach_table_from_s3_plain_readonly/test.py::test_attach_table_from_s3_plain_readonly 28.88s setup test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node] 28.82s setup test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-False] 27.77s setup test_default_database_on_cluster/test.py::test_default_database_on_cluster 24.90s call test_async_load_databases/test.py::test_dict_get_data 23.16s teardown test_attach_table_from_s3_plain_readonly/test.py::test_attach_table_from_s3_plain_readonly 23.05s teardown test_attach_backup_from_s3_plain/test.py::test_attach_part[wide1] 22.79s teardown test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[True] 19.97s setup test_allowed_client_hosts/test.py::test_allowed_host 19.15s call test_concurrent_queries_restriction_by_query_kind/test.py::test_select 18.77s call test_config_xml_main/test.py::test_xml_main_conf 18.65s setup test_broken_projections/test.py::test_broken_ignored 17.09s setup test_attach_backup_from_s3_plain/test.py::test_attach_part[compact0] 16.22s call test_async_load_databases/test.py::test_dependent_tables 16.19s call test_backward_compatibility/test_vertical_merges_from_compact_parts.py::test_vertical_merges_from_compact_parts 16.17s setup test_backward_compatibility/test_vertical_merges_from_compact_parts.py::test_vertical_merges_from_compact_parts 16.00s setup test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_cache] 15.99s call test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_hashed] 15.75s setup test_backward_compatibility/test_insert_profile_events.py::test_new_client_compatible 14.51s setup test_default_role/test.py::test_alter_user 14.32s call test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_cache] 14.11s setup test_attach_table_normalizer/test.py::test_attach_substr 13.91s call test_cgroup_limit/test.py::test_cgroup_cpu_limit 13.59s setup test_authentication/test.py::test_authentication_fail 13.54s setup test_backward_compatibility/test_cte_distributed.py::test_cte_distributed 13.40s setup test_backward_compatibility/test_normalized_count_comparison.py::test_select_aggregate_alias_column 13.05s setup test_backup_restore_new/test_shutdown_wait_backup.py::test_shutdown_wait_backup 12.99s call test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[False] 12.90s call test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_direct] 12.70s setup test_async_load_databases/test.py::test_dependent_tables 12.34s call test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[True] 12.04s call test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[False] 11.95s call test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[False] 11.88s setup test_covered_by_broken_exists/test.py::test_make_clone_covered_by_broken_detached_dir_exists 11.78s setup test_detached_parts_metrics/test.py::test_numbers_of_detached_parts 11.56s call test_broken_projections/test.py::test_broken_ignored 10.84s setup test_cleanup_after_start/test.py::test_old_dirs_cleanup 10.20s call test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[True] 9.70s call test_concurrent_queries_restriction_by_query_kind/test.py::test_insert 9.16s call test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries] 8.89s setup test_config_hide_in_preprocessed/test.py::test_hide_in_preprocessed 8.49s call test_async_load_databases/test.py::test_multiple_tables 6.87s setup test_concurrent_queries_restriction_by_query_kind/test.py::test_insert 6.47s teardown test_backup_restore_on_cluster/test.py::test_tables_dependency 6.24s call test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_refused_is_retried 6.21s call test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_ranged[range_hashed] 5.97s teardown test_covered_by_broken_exists/test.py::test_make_clone_covered_by_broken_detached_dir_exists 5.88s call test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node] 5.48s teardown test_block_structure_mismatch/test.py::test 5.22s setup test_block_structure_mismatch/test.py::test 5.18s teardown test_default_database_on_cluster/test.py::test_default_database_on_cluster 4.93s setup test_buffer_profile/test.py::test_buffer_profile 4.71s call test_detached_parts_metrics/test.py::test_numbers_of_detached_parts 4.59s teardown test_backward_compatibility/test_cte_distributed.py::test_cte_distributed 4.53s teardown test_allowed_client_hosts/test.py::test_denied_host 4.44s call test_covered_by_broken_exists/test.py::test_make_clone_covered_by_broken_detached_dir_exists 4.38s call test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[True] 4.30s teardown test_cleanup_after_start/test.py::test_old_dirs_cleanup 4.29s teardown test_buffer_profile/test.py::test_default_profile 4.25s teardown test_concurrent_queries_restriction_by_query_kind/test.py::test_select 4.24s call test_backup_restore_on_cluster/test.py::test_mutation 4.22s teardown test_config_hide_in_preprocessed/test.py::test_hide_in_preprocessed 4.07s call test_backup_restore_on_cluster/test.py::test_replicated_database_async 4.06s teardown test_backward_compatibility/test_insert_profile_events.py::test_old_client_compatible 4.04s call test_backup_restore_on_cluster/test.py::test_tables_dependency 3.92s teardown test_detached_parts_metrics/test.py::test_numbers_of_detached_parts 3.83s teardown test_backward_compatibility/test_normalized_count_comparison.py::test_select_aggregate_alias_column 3.68s call test_broken_projections/test.py::test_broken_projections_in_backups_2 3.68s teardown test_authentication/test.py::test_authentication_pass 3.61s teardown test_backward_compatibility/test_vertical_merges_from_compact_parts.py::test_vertical_merges_from_compact_parts 3.59s call test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_def 3.54s call test_cleanup_after_start/test.py::test_old_dirs_cleanup 3.44s teardown test_default_role/test.py::test_wrong_set_default_role 3.43s call test_broken_projections/test.py::test_broken_projections_in_backups_3 3.37s teardown test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_ranged[range_hashed] 3.34s teardown test_broken_projections/test.py::test_materialize_broken_projection 3.03s call test_broken_projections/test.py::test_broken_ignored_replicated 2.97s call test_broken_projections/test.py::test_broken_projections_in_backups_1 2.83s call test_backup_restore_on_cluster/test.py::test_replicated_database 2.71s call test_backup_restore_on_cluster/test.py::test_keeper_value_max_size 2.54s call test_broken_projections/test.py::test_materialize_broken_projection 2.47s call test_backup_restore_on_cluster/test.py::test_required_privileges 2.30s call test_backup_restore_on_cluster/test.py::test_table_in_replicated_database_with_not_synced_def 2.29s call test_backup_restore_on_cluster/test.py::test_replicated_table_with_uuid_in_zkpath 2.28s teardown test_backup_restore_new/test_shutdown_wait_backup.py::test_shutdown_wait_backup 2.25s teardown test_async_load_databases/test.py::test_multiple_tables 2.23s teardown test_attach_table_normalizer/test.py::test_attach_substr_restart 2.21s call test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_insert 2.15s call test_backup_restore_on_cluster/test.py::test_projection 2.13s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[xz] 2.10s call test_backup_restore_on_cluster/test.py::test_replicated_database_compare_parts 2.09s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[br] 2.09s call test_backup_restore_on_cluster/test.py::test_file_deduplication 2.06s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[none] 2.01s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[zstd] 1.98s call test_attach_table_normalizer/test.py::test_attach_substr_restart 1.95s call test_checking_s3_blobs_paranoid/test.py::test_when_s3_broken_pipe_at_upload_is_retried 1.94s call test_backup_restore_on_cluster/test.py::test_replicated_table 1.93s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[gzip] 1.90s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[deflate] 1.88s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[lz4] 1.85s call test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-True] 1.82s call test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_bigger_cluster 1.64s call test_backup_restore_on_cluster/test.py::test_system_users 1.62s call test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries 1.56s call test_backup_restore_on_cluster/test.py::test_system_functions 1.54s call test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_merge 1.52s call test_backup_restore_on_cluster/test.py::test_backup_restore_on_single_replica 1.47s call test_default_database_on_cluster/test.py::test_default_database_on_cluster 1.42s call test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-False] 1.41s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[bz2] 1.39s call test_backward_compatibility/test_normalized_count_comparison.py::test_select_aggregate_alias_column 1.37s call test_allowed_client_hosts/test.py::test_allowed_host 1.32s call test_checking_s3_blobs_paranoid/test.py::test_upload_after_check_works 1.32s call test_backup_restore_on_cluster/test.py::test_empty_replicated_table 1.21s call test_default_role/test.py::test_set_default_roles 1.21s call test_attach_table_from_s3_plain_readonly/test.py::test_attach_table_from_s3_plain_readonly 1.20s call test_backup_restore_on_cluster/test.py::test_different_tables_on_nodes 1.17s teardown test_backup_restore_on_cluster/test.py::test_projection 1.16s call test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[native-True] 1.15s call test_backup_restore_on_cluster/test.py::test_table_with_parts_in_queue_considered_non_empty 0.96s call test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_smaller_cluster 0.92s teardown test_backup_restore_on_cluster/test.py::test_file_deduplication 0.92s teardown test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-True] 0.90s call test_default_role/test.py::test_alter_user 0.86s teardown test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_smaller_cluster 0.81s teardown test_backup_restore_on_cluster/test.py::test_replicated_database_async 0.77s teardown test_backup_restore_on_cluster/test.py::test_keeper_value_max_size 0.77s teardown test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[True] 0.75s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[xz] 0.72s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[bz2] 0.72s teardown test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_def 0.72s teardown test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_insert 0.72s teardown test_backup_restore_on_cluster/test.py::test_replicated_table 0.72s teardown test_backup_restore_on_cluster/test.py::test_table_in_replicated_database_with_not_synced_def 0.71s teardown test_backup_restore_on_cluster/test.py::test_table_with_parts_in_queue_considered_non_empty 0.71s teardown test_backup_restore_on_cluster/test.py::test_mutation 0.71s teardown test_backup_restore_on_cluster/test.py::test_required_privileges 0.71s teardown test_backup_restore_on_cluster/test.py::test_replicated_database 0.71s teardown test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_merge 0.71s teardown test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_bigger_cluster 0.71s teardown test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[native-True] 0.70s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[gzip] 0.69s call test_allowed_client_hosts/test.py::test_denied_host 0.68s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[zstd] 0.68s call test_authentication/test.py::test_authentication_pass 0.67s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[br] 0.67s teardown test_backup_restore_on_cluster/test.py::test_system_functions 0.67s teardown test_backup_restore_on_cluster/test.py::test_system_users 0.66s teardown test_backup_restore_on_cluster/test.py::test_replicated_database_compare_parts 0.66s teardown test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-False] 0.66s teardown test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[False] 0.65s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[lz4] 0.65s call test_attach_table_normalizer/test.py::test_attach_substr 0.65s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[none] 0.65s call test_attach_backup_from_s3_plain/test.py::test_attach_part[compact0] 0.62s teardown test_backup_restore_on_cluster/test.py::test_different_tables_on_nodes 0.61s teardown test_backup_restore_on_cluster/test.py::test_get_error_from_other_host 0.61s call test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[deflate] 0.56s teardown test_backup_restore_on_cluster/test.py::test_empty_replicated_table 0.56s teardown test_backup_restore_on_cluster/test.py::test_replicated_table_with_uuid_in_zkpath 0.55s call test_attach_backup_from_s3_plain/test.py::test_attach_part[wide0] 0.51s teardown test_backup_restore_on_cluster/test.py::test_backup_restore_on_single_replica 0.45s call test_config_hide_in_preprocessed/test.py::test_hide_in_preprocessed 0.38s call test_backward_compatibility/test_cte_distributed.py::test_cte_distributed 0.38s call test_default_role/test.py::test_wrong_set_default_role 0.35s call test_attach_backup_from_s3_plain/test.py::test_attach_part[wide1] 0.35s call test_backup_restore_on_cluster/test.py::test_get_error_from_other_host 0.33s call test_buffer_profile/test.py::test_buffer_profile 0.32s call test_attach_backup_from_s3_plain/test.py::test_attach_part[compact1] 0.25s call test_block_structure_mismatch/test.py::test 0.24s call test_buffer_profile/test.py::test_default_profile 0.18s call test_backward_compatibility/test_insert_profile_events.py::test_new_client_compatible 0.15s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[bz2] 0.13s call test_backward_compatibility/test_insert_profile_events.py::test_old_client_compatible 0.12s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[none] 0.12s setup test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[False] 0.11s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[deflate] 0.11s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[xz] 0.11s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[br] 0.11s setup test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[False] 0.11s setup test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[True] 0.11s setup test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[True] 0.11s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[br] 0.10s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[gzip] 0.10s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[bz2] 0.10s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[xz] 0.10s setup test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries 0.10s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[lz4] 0.10s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[deflate] 0.09s setup test_checking_s3_blobs_paranoid/test.py::test_when_s3_broken_pipe_at_upload_is_retried 0.09s setup test_checking_s3_blobs_paranoid/test.py::test_upload_after_check_works 0.09s setup test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_refused_is_retried 0.08s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[zstd] 0.08s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[gzip] 0.08s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[none] 0.07s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[lz4] 0.07s setup test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[zstd] 0.07s setup test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries] 0.07s setup test_default_role/test.py::test_set_default_roles 0.07s call test_authentication/test.py::test_authentication_fail 0.03s setup test_default_role/test.py::test_wrong_set_default_role 0.00s setup test_attach_backup_from_s3_plain/test.py::test_attach_part[wide1] 0.00s setup test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-True] 0.00s setup test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[native-True] 0.00s setup test_backup_restore_on_cluster/test.py::test_system_functions 0.00s setup test_config_xml_main/test.py::test_xml_main_conf 0.00s teardown test_attach_backup_from_s3_plain/test.py::test_attach_part[compact0] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node] 0.00s teardown test_broken_projections/test.py::test_broken_ignored 0.00s setup test_backup_restore_on_cluster/test.py::test_backup_restore_on_single_replica 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_database_compare_parts 0.00s setup test_attach_backup_from_s3_plain/test.py::test_attach_part[wide0] 0.00s setup test_broken_projections/test.py::test_broken_projections_in_backups_3 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_merge 0.00s setup test_cgroup_limit/test.py::test_cgroup_cpu_limit 0.00s setup test_backup_restore_on_cluster/test.py::test_empty_replicated_table 0.00s teardown test_attach_backup_from_s3_plain/test.py::test_attach_part[wide0] 0.00s setup test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[True] 0.00s setup test_backup_restore_on_cluster/test.py::test_different_tables_on_nodes 0.00s setup test_attach_backup_from_s3_plain/test.py::test_attach_part[compact1] 0.00s setup test_backup_restore_on_cluster/test.py::test_system_users 0.00s setup test_backup_restore_on_cluster/test.py::test_tables_dependency 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_bigger_cluster 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_insert 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_table 0.00s setup test_backup_restore_on_cluster/test.py::test_table_with_parts_in_queue_considered_non_empty 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_table_with_uuid_in_zkpath 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_database 0.00s setup test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_ranged[range_hashed] 0.00s teardown test_allowed_client_hosts/test.py::test_allowed_host 0.00s setup test_backup_restore_on_cluster/test.py::test_file_deduplication 0.00s setup test_backup_restore_on_cluster/test.py::test_table_in_replicated_database_with_not_synced_def 0.00s setup test_backup_restore_on_cluster/test.py::test_mutation 0.00s setup test_async_load_databases/test.py::test_multiple_tables 0.00s teardown test_async_load_databases/test.py::test_dict_get_data 0.00s setup test_attach_table_normalizer/test.py::test_attach_substr_restart 0.00s teardown test_cgroup_limit/test.py::test_cgroup_cpu_limit 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_after_check_works 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[br] 0.00s setup test_broken_projections/test.py::test_broken_ignored_replicated 0.00s setup test_buffer_profile/test.py::test_default_profile 0.00s setup test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_hashed] 0.00s teardown test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_hashed] 0.00s setup test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[False] 0.00s setup test_broken_projections/test.py::test_broken_projections_in_backups_2 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[False] 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_database_async 0.00s setup test_allowed_client_hosts/test.py::test_denied_host 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[xz] 0.00s teardown test_default_role/test.py::test_alter_user 0.00s setup test_backup_restore_on_cluster/test.py::test_keeper_value_max_size 0.00s teardown test_attach_table_normalizer/test.py::test_attach_substr 0.00s teardown test_backward_compatibility/test_insert_profile_events.py::test_new_client_compatible 0.00s teardown test_broken_projections/test.py::test_broken_projections_in_backups_2 0.00s setup test_authentication/test.py::test_authentication_pass 0.00s teardown test_broken_projections/test.py::test_broken_projections_in_backups_1 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_smaller_cluster 0.00s setup test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_direct] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[gzip] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[none] 0.00s setup test_async_load_databases/test.py::test_dict_get_data 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[True] 0.00s teardown test_buffer_profile/test.py::test_buffer_profile 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[deflate] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[bz2] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[xz] 0.00s setup test_broken_projections/test.py::test_broken_projections_in_backups_1 0.00s setup test_backup_restore_on_cluster/test.py::test_projection 0.00s teardown test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_cache] 0.00s teardown test_config_xml_main/test.py::test_xml_main_conf 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[lz4] 0.00s setup test_backup_restore_on_cluster/test.py::test_required_privileges 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[zstd] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries] 0.00s teardown test_authentication/test.py::test_authentication_fail 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_refused_is_retried 0.00s setup test_backup_restore_on_cluster/test.py::test_get_error_from_other_host 0.00s teardown test_async_load_databases/test.py::test_dependent_tables 0.00s teardown test_attach_backup_from_s3_plain/test.py::test_attach_part[compact1] 0.00s setup test_concurrent_queries_restriction_by_query_kind/test.py::test_select 0.00s setup test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_def 0.00s teardown test_broken_projections/test.py::test_broken_ignored_replicated 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[gzip] 0.00s setup test_backward_compatibility/test_insert_profile_events.py::test_old_client_compatible 0.00s teardown test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_direct] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[none] 0.00s teardown test_concurrent_queries_restriction_by_query_kind/test.py::test_insert 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[lz4] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[False] 0.00s teardown test_broken_projections/test.py::test_broken_projections_in_backups_3 0.00s setup test_broken_projections/test.py::test_materialize_broken_projection 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_when_s3_broken_pipe_at_upload_is_retried 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[br] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[zstd] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[deflate] 0.00s teardown test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[bz2] 0.00s teardown test_default_role/test.py::test_set_default_roles =========================== short test summary info ============================ PASSED test_authentication/test.py::test_authentication_fail PASSED test_authentication/test.py::test_authentication_pass PASSED test_attach_table_normalizer/test.py::test_attach_substr PASSED test_default_role/test.py::test_alter_user PASSED test_default_role/test.py::test_set_default_roles PASSED test_attach_table_normalizer/test.py::test_attach_substr_restart PASSED test_default_role/test.py::test_wrong_set_default_role PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[compact0] PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[compact1] PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[wide0] PASSED test_attach_backup_from_s3_plain/test.py::test_attach_part[wide1] PASSED test_allowed_client_hosts/test.py::test_allowed_host PASSED test_allowed_client_hosts/test.py::test_denied_host PASSED test_buffer_profile/test.py::test_buffer_profile PASSED test_buffer_profile/test.py::test_default_profile PASSED test_async_load_databases/test.py::test_dependent_tables PASSED test_broken_projections/test.py::test_broken_ignored PASSED test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-False] PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_cache] PASSED test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[http-True] PASSED test_broken_projections/test.py::test_broken_ignored_replicated PASSED test_block_structure_mismatch/test.py::test PASSED test_concurrent_queries_restriction_by_query_kind/test.py::test_insert PASSED test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node] PASSED test_backup_restore_on_cluster/test.py::test_async_backups_to_same_destination[native-True] PASSED test_broken_projections/test.py::test_broken_projections_in_backups_1 PASSED test_backup_restore_on_cluster/test.py::test_backup_restore_on_single_replica PASSED test_backup_restore_on_cluster/test.py::test_different_tables_on_nodes PASSED test_broken_projections/test.py::test_broken_projections_in_backups_2 PASSED test_backup_restore_on_cluster/test.py::test_empty_replicated_table PASSED test_backward_compatibility/test_insert_profile_events.py::test_new_client_compatible PASSED test_backward_compatibility/test_insert_profile_events.py::test_old_client_compatible PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_direct] PASSED test_broken_projections/test.py::test_broken_projections_in_backups_3 PASSED test_backup_restore_on_cluster/test.py::test_file_deduplication PASSED test_checking_s3_blobs_paranoid/test.py::test_adaptive_timeouts[node_with_inf_s3_retries] PASSED test_backup_restore_on_cluster/test.py::test_get_error_from_other_host PASSED test_checking_s3_blobs_paranoid/test.py::test_query_is_canceled_with_inf_retries PASSED test_broken_projections/test.py::test_materialize_broken_projection PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_after_check_works PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[br] PASSED test_backup_restore_on_cluster/test.py::test_keeper_value_max_size PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[bz2] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[deflate] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[gzip] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[lz4] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[none] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[xz] PASSED test_attach_table_from_s3_plain_readonly/test.py::test_attach_table_from_s3_plain_readonly PASSED test_backup_restore_on_cluster/test.py::test_mutation PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_create_multi_part_upload[zstd] PASSED test_concurrent_queries_restriction_by_query_kind/test.py::test_select PASSED test_async_load_databases/test.py::test_dict_get_data PASSED test_cleanup_after_start/test.py::test_old_dirs_cleanup PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[br] PASSED test_backup_restore_on_cluster/test.py::test_projection PASSED test_config_hide_in_preprocessed/test.py::test_hide_in_preprocessed PASSED test_backward_compatibility/test_normalized_count_comparison.py::test_select_aggregate_alias_column PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[bz2] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[deflate] PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_complex[complex_key_hashed] PASSED test_backup_restore_on_cluster/test.py::test_replicated_database PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[gzip] PASSED test_async_load_databases/test.py::test_multiple_tables PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[lz4] PASSED test_backup_restore_on_cluster/test.py::test_replicated_database_async PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[none] PASSED test_dictionaries_all_layouts_separate_sources/test_clickhouse_local.py::test_ranged[range_hashed] PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[xz] PASSED test_backup_restore_on_cluster/test.py::test_replicated_database_compare_parts PASSED test_checking_s3_blobs_paranoid/test.py::test_upload_s3_fail_upload_part_when_multi_part_upload[zstd] PASSED test_backup_restore_on_cluster/test.py::test_replicated_table PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_broken_pipe_at_upload_is_retried PASSED test_backward_compatibility/test_cte_distributed.py::test_cte_distributed PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_bigger_cluster PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_restored_into_smaller_cluster PASSED test_config_xml_main/test.py::test_xml_main_conf PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_refused_is_retried PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_def PASSED test_covered_by_broken_exists/test.py::test_make_clone_covered_by_broken_detached_dir_exists PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_insert PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_not_synced_merge PASSED test_backup_restore_on_cluster/test.py::test_replicated_table_with_uuid_in_zkpath PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[False] PASSED test_backup_restore_on_cluster/test.py::test_required_privileges PASSED test_backward_compatibility/test_vertical_merges_from_compact_parts.py::test_vertical_merges_from_compact_parts PASSED test_detached_parts_metrics/test.py::test_numbers_of_detached_parts PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_create_mpu_retried[True] PASSED test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[False] PASSED test_default_database_on_cluster/test.py::test_default_database_on_cluster PASSED test_backup_restore_on_cluster/test.py::test_stop_other_host_during_backup[True] PASSED test_backup_restore_on_cluster/test.py::test_system_functions PASSED test_backup_restore_on_cluster/test.py::test_system_users PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[False] PASSED test_backup_restore_on_cluster/test.py::test_table_in_replicated_database_with_not_synced_def PASSED test_backup_restore_on_cluster/test.py::test_table_with_parts_in_queue_considered_non_empty PASSED test_backup_restore_on_cluster/test.py::test_tables_dependency PASSED test_backup_restore_new/test_shutdown_wait_backup.py::test_shutdown_wait_backup PASSED test_checking_s3_blobs_paranoid/test.py::test_when_s3_connection_reset_by_peer_at_upload_is_retried[True] PASSED test_cgroup_limit/test.py::test_cgroup_cpu_limit ======================= 100 passed in 149.40s (0:02:29) ========================